.wax{width: 1200px;margin: 0px auto;}
/* keyFrames */
@-webkit-keyframes rotation {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}@keyframes rotation {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes rotationBack {0% {transform: rotate(0deg);}100% {transform: rotate(-360deg);}}@keyframes rotationBack {0% {transform: rotate(0deg);}100% {transform: rotate(-360deg);}}@-webkit-keyframes rotationBreak {0% {transform: rotate(0);}25% {transform: rotate(90deg);}50% {transform: rotate(180deg);}75% {transform: rotate(270deg);}100% {transform: rotate(360deg);}}@keyframes rotationBreak {0% {transform: rotate(0);}25% {transform: rotate(90deg);}50% {transform: rotate(180deg);}75% {transform: rotate(270deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes zeroRotation {0% {transform: scale(1) rotate(0deg);}100% {transform: scale(0) rotate(360deg);}}@keyframes zeroRotation {0% {transform: scale(1) rotate(0deg);}100% {transform: scale(0) rotate(360deg);}}@-webkit-keyframes shadowExpandX {0% {box-shadow: 0 0, 0 0;color: rgba(255, 255, 255, 0.2);}100% {box-shadow: -24px 0, 24px 0;color: rgba(255, 255, 255, 0.8);}}@keyframes shadowExpandX {0% {box-shadow: 0 0, 0 0;color: rgba(255, 255, 255, 0.2);}100% {box-shadow: -24px 0, 24px 0;color: rgba(255, 255, 255, 0.8);}}@-webkit-keyframes shadowPulse {33% {background: #FFF;box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;}66% {background: #FF3D00;box-shadow: -24px 0 #FFF, 24px 0 #FFF;}100% {background: #FFF;box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;}}@keyframes shadowPulse {33% {background: #FFF;box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;}66% {background: #FF3D00;box-shadow: -24px 0 #FFF, 24px 0 #FFF;}100% {background: #FFF;box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;}}@-webkit-keyframes shadowRolling {0% {box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}12% {box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}25% {box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}36% {box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;}62% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;}75% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;}87% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;}100% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);}}@keyframes shadowRolling {0% {box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}12% {box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}25% {box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);}36% {box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;}62% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;}75% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;}87% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;}100% {box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader14 {0% {transform: scale(0);opacity: 1;}100% {transform: scale(1);opacity: 0;}}@keyframes animloader14 {0% {transform: scale(0);opacity: 1;}100% {transform: scale(1);opacity: 0;}}@-webkit-keyframes scale50 {0%, 100% {transform: scale(0);}50% {transform: scale(1);}}@keyframes scale50 {0%, 100% {transform: scale(0);}50% {transform: scale(1);}}@-webkit-keyframes scaleOut {0% {transform: scale(0);}100% {transform: scale(1);}}@keyframes scaleOut {0% {transform: scale(0);}100% {transform: scale(1);}}@-webkit-keyframes animloader27 {0%, 100% {transform: scale(0);opacity: 1;}50% {transform: scale(1);opacity: 0;}}@keyframes animloader27 {0%, 100% {transform: scale(0);opacity: 1;}50% {transform: scale(1);opacity: 0;}}@-webkit-keyframes animloader28 {0% {box-shadow: -72px 0 #FFF inset;}100% {box-shadow: 48px 0 #FFF inset;}}@keyframes animloader28 {0% {box-shadow: -72px 0 #FFF inset;}100% {box-shadow: 48px 0 #FFF inset;}}@-webkit-keyframes animloader38 {50% {transform: scale(1) translate(-50%, -50%);}}@keyframes animloader38 {50% {transform: scale(1) translate(-50%, -50%);}}@-webkit-keyframes animloader42 {0% {box-shadow: -38px -6px, -14px 6px, 14px -6px;}33% {box-shadow: -38px 6px, -14px -6px, 14px 6px;}66% {box-shadow: -38px -6px, -14px 6px, 14px -6px;}100% {box-shadow: -38px 6px, -14px -6px, 14px 6px;}}@keyframes animloader42 {0% {box-shadow: -38px -6px, -14px 6px, 14px -6px;}33% {box-shadow: -38px 6px, -14px -6px, 14px 6px;}66% {box-shadow: -38px -6px, -14px 6px, 14px -6px;}100% {box-shadow: -38px 6px, -14px -6px, 14px 6px;}}@-webkit-keyframes animloader44 {0% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;}25% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;}50% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;}75% {box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;}100% {box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;}}@keyframes animloader44 {0% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;}25% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;}50% {box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;}75% {box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;}100% {box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;}}@-webkit-keyframes animloader45 {0% {box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;}33% {box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;}66% {box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;}100% {box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;}}@keyframes animloader45 {0% {box-shadow: -38px -12px, -14px 0, 14px 0, 38px 0;}33% {box-shadow: -38px 0px, -14px -12px, 14px 0, 38px 0;}66% {box-shadow: -38px 0px, -14px 0, 14px -12px, 38px 0;}100% {box-shadow: -38px 0, -14px 0, 14px 0, 38px -12px;}}@-webkit-keyframes animloader46 {0% {background: white;box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}14% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px white, 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}28% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px white, 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}42% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px white, 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}57% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px white, 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}71% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px white, 9px 16px 0 -6px rgba(255, 255, 255, 0);}85% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px white;}100% {background: rgba(255, 255, 255, 0.5);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}}@keyframes animloader46 {0% {background: white;box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}14% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px white, 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}28% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px white, 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}42% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px white, 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}57% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px white, 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}71% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px white, 9px 16px 0 -6px rgba(255, 255, 255, 0);}85% {background: rgba(255, 255, 255, 0);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px white;}100% {background: rgba(255, 255, 255, 0.5);box-shadow: 9px -19px 0 -1px rgba(255, 255, 255, 0), 28px -19px 0 -2px rgba(255, 255, 255, 0), 39px -5px 0 -3px rgba(255, 255, 255, 0), 34px 10px 0 -4px rgba(255, 255, 255, 0), 22px 17px 0 -5px rgba(255, 255, 255, 0), 9px 16px 0 -6px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader34 {0% {border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75);}33% {border-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35);}66% {border-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25);}100% {border-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15);}}@keyframes animloader34 {0% {border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75);}33% {border-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35);}66% {border-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25);}100% {border-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.15);}}@-webkit-keyframes animloader51 {0% {border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}33% {border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}66% {border-color: white white white rgba(255, 255, 255, 0);}100% {border-color: white white white white;}}@keyframes animloader51 {0% {border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}33% {border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);}66% {border-color: white white white rgba(255, 255, 255, 0);}100% {border-color: white white white white;}}@-webkit-keyframes animloader57 {0% {box-shadow: 0 0, 0 0, 0 0;}33% {box-shadow: 24px 0px, 24px 0px, 24px 0px;}66% {box-shadow: 24px 24px, 24px 24px, 24px 0px;}100% {box-shadow: 0px 24px, 24px 24px, 24px 0px;}}@keyframes animloader57 {0% {box-shadow: 0 0, 0 0, 0 0;}33% {box-shadow: 24px 0px, 24px 0px, 24px 0px;}66% {box-shadow: 24px 24px, 24px 24px, 24px 0px;}100% {box-shadow: 0px 24px, 24px 24px, 24px 0px;}}@-webkit-keyframes animloader58 {0%, 32% {box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}33%, 65% {box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}66%, 99% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);}100% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;}}@keyframes animloader58 {0%, 32% {box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}33%, 65% {box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}66%, 99% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);}100% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;}}@-webkit-keyframes animloader58m {0% {transform: translate(0, 0) rotateX(0) rotateY(0);}33% {transform: translate(100%, 0) rotateX(0) rotateY(180deg);}66% {transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);}100% {transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);}}@keyframes animloader58m {0% {transform: translate(0, 0) rotateX(0) rotateY(0);}33% {transform: translate(100%, 0) rotateX(0) rotateY(180deg);}66% {transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);}100% {transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);}}@-webkit-keyframes flipX {0% {transform: perspective(200px) rotateX(0deg) rotateY(0deg);}50% {transform: perspective(200px) rotateX(-180deg) rotateY(0deg);}100% {transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);}}@keyframes flipX {0% {transform: perspective(200px) rotateX(0deg) rotateY(0deg);}50% {transform: perspective(200px) rotateX(-180deg) rotateY(0deg);}100% {transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);}}@-webkit-keyframes fill {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -48px inset;}}@keyframes fill {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -48px inset;}}@-webkit-keyframes fillX {0% {box-shadow: 0 0 inset;}100% {box-shadow: 48px 0 inset;}}@keyframes fillX {0% {box-shadow: 0 0 inset;}100% {box-shadow: 48px 0 inset;}}@-webkit-keyframes animloader56 {0% {transform: translate(0, 0) rotateX(0) rotateY(0);}25% {transform: translate(100%, 0) rotateX(0) rotateY(180deg);}50% {transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);}75% {transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);}100% {transform: translate(0, 0) rotateX(0) rotateY(360deg);}}@keyframes animloader56 {0% {transform: translate(0, 0) rotateX(0) rotateY(0);}25% {transform: translate(100%, 0) rotateX(0) rotateY(180deg);}50% {transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);}75% {transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);}100% {transform: translate(0, 0) rotateX(0) rotateY(360deg);}}@-webkit-keyframes animloader59 {0% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}12% {box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}25% {box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}37% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);}50% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;}62% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;}75% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;}87% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;}100% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}}@keyframes animloader59 {0% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}12% {box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}25% {box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}37% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);}50% {box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;}62% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;}75% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;}87% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;}100% {box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader60 {0% {top: 0;color: white;}50% {top: 30px;color: rgba(255, 255, 255, 0.2);}100% {top: 0;color: white;}}@keyframes animloader60 {0% {top: 0;color: white;}50% {top: 30px;color: rgba(255, 255, 255, 0.2);}100% {top: 0;color: white;}}@-webkit-keyframes animloader61 {0% {height: 48px;}100% {height: 4.8px;}}@keyframes animloader61 {0% {height: 48px;}100% {height: 4.8px;}}@-webkit-keyframes animloader61m {0% {height: 40px;transform: translateY(0);}100% {height: 10px;transform: translateY(30px);}}@keyframes animloader61m {0% {height: 40px;transform: translateY(0);}100% {height: 10px;transform: translateY(30px);}}@-webkit-keyframes animloader63 {0% {box-shadow: 20px 0 rgba(255, 255, 255, 0.25), 40px 0 white, 60px 0 white;}50% {box-shadow: 20px 0 white, 40px 0 rgba(255, 255, 255, 0.25), 60px 0 white;}100% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 rgba(255, 255, 255, 0.25);}}@keyframes animloader63 {0% {box-shadow: 20px 0 rgba(255, 255, 255, 0.25), 40px 0 white, 60px 0 white;}50% {box-shadow: 20px 0 white, 40px 0 rgba(255, 255, 255, 0.25), 60px 0 white;}100% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 rgba(255, 255, 255, 0.25);}}@-webkit-keyframes animloader64 {0% {box-shadow: 20px -10px, 40px 10px, 60px 0px;}25% {box-shadow: 20px 0px, 40px 0px, 60px 10px;}50% {box-shadow: 20px 10px, 40px -10px, 60px 0px;}75% {box-shadow: 20px 0px, 40px 0px, 60px -10px;}100% {box-shadow: 20px -10px, 40px 10px, 60px 0px;}}@keyframes animloader64 {0% {box-shadow: 20px -10px, 40px 10px, 60px 0px;}25% {box-shadow: 20px 0px, 40px 0px, 60px 10px;}50% {box-shadow: 20px 10px, 40px -10px, 60px 0px;}75% {box-shadow: 20px 0px, 40px 0px, 60px -10px;}100% {box-shadow: 20px -10px, 40px 10px, 60px 0px;}}@-webkit-keyframes animloader65 {0% {box-shadow: -10px 20px, 10px 35px, 0px 50px;}25% {box-shadow: 0px 20px, 0px 35px, 10px 50px;}50% {box-shadow: 10px 20px, -10px 35px, 0px 50px;}75% {box-shadow: 0px 20px, 0px 35px, -10px 50px;}100% {box-shadow: -10px 20px, 10px 35px, 0px 50px;}}@keyframes animloader65 {0% {box-shadow: -10px 20px, 10px 35px, 0px 50px;}25% {box-shadow: 0px 20px, 0px 35px, 10px 50px;}50% {box-shadow: 10px 20px, -10px 35px, 0px 50px;}75% {box-shadow: 0px 20px, 0px 35px, -10px 50px;}100% {box-shadow: -10px 20px, 10px 35px, 0px 50px;}}@-webkit-keyframes animloader66 {0% {width: 4.8px;}100% {width: 48px;}}@keyframes animloader66 {0% {width: 4.8px;}100% {width: 48px;}}@-webkit-keyframes animloader68 {0% {box-shadow: 20px 0 rgba(255, 255, 255, 0), 40px 0 rgba(255, 255, 255, 0), 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}20% {box-shadow: 20px 0 white, 40px 0 rgba(255, 255, 255, 0), 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}40% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}60% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}80% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 white, 100px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 white, 100px 0 white;}}@keyframes animloader68 {0% {box-shadow: 20px 0 rgba(255, 255, 255, 0), 40px 0 rgba(255, 255, 255, 0), 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}20% {box-shadow: 20px 0 white, 40px 0 rgba(255, 255, 255, 0), 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}40% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 rgba(255, 255, 255, 0), 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}60% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0);}80% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 white, 100px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 20px 0 white, 40px 0 white, 60px 0 white, 80px 0 white, 100px 0 white;}}@-webkit-keyframes animloader69 {0% {width: 20px;}100% {width: 48px;}}@keyframes animloader69 {0% {width: 20px;}100% {width: 48px;}}@-webkit-keyframes animloader71 {0% {left: 0;transform: translateX(-100%);}100% {left: 100%;transform: translateX(0%);}}@keyframes animloader71 {0% {left: 0;transform: translateX(-100%);}100% {left: 100%;transform: translateX(0%);}}@-webkit-keyframes animloader89 {0% {box-shadow: 11px 0 rgba(255, 255, 255, 0), 22px 0 rgba(255, 255, 255, 0), 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}25% {box-shadow: 11px 0 white, 22px 0 rgba(255, 255, 255, 0), 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}75% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 white, 44px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 white, 44px 0 white;}}@keyframes animloader89 {0% {box-shadow: 11px 0 rgba(255, 255, 255, 0), 22px 0 rgba(255, 255, 255, 0), 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}25% {box-shadow: 11px 0 white, 22px 0 rgba(255, 255, 255, 0), 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 rgba(255, 255, 255, 0), 44px 0 rgba(255, 255, 255, 0);}75% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 white, 44px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 11px 0 white, 22px 0 white, 33px 0 white, 44px 0 white;}}@-webkit-keyframes animloader91 {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -70px inset;}}@keyframes animloader91 {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -70px inset;}}@-webkit-keyframes animloader92 {0% {box-shadow: 2px 0px rgba(255, 255, 255, 0), 12px 0px rgba(255, 255, 255, 0.3), 20px 0px rgba(255, 255, 255, 0);}50% {box-shadow: 2px -5px rgba(255, 255, 255, 0.5), 12px -3px rgba(255, 255, 255, 0.5), 20px -2px rgba(255, 255, 255, 0.6);}100% {box-shadow: 2px -8px rgba(255, 255, 255, 0), 12px -5px rgba(255, 255, 255, 0), 20px -5px rgba(255, 255, 255, 0);}}@keyframes animloader92 {0% {box-shadow: 2px 0px rgba(255, 255, 255, 0), 12px 0px rgba(255, 255, 255, 0.3), 20px 0px rgba(255, 255, 255, 0);}50% {box-shadow: 2px -5px rgba(255, 255, 255, 0.5), 12px -3px rgba(255, 255, 255, 0.5), 20px -2px rgba(255, 255, 255, 0.6);}100% {box-shadow: 2px -8px rgba(255, 255, 255, 0), 12px -5px rgba(255, 255, 255, 0), 20px -5px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader93 {0% {transform: rotate(-70deg);}10% {transform: rotate(-40deg);}20%, 45%, 35% {transform: rotate(-10deg);}40%, 30% {transform: rotate(-30deg);}50%, 60% {transform: rotate(20deg);}55%, 65%, 75% {transform: rotate(40deg);}70% {transform: rotate(45deg);}85%, 90% {transform: rotate(50deg);}95% {transform: rotate(75deg);}100%, 93% {transform: rotate(70deg);}}@keyframes animloader93 {0% {transform: rotate(-70deg);}10% {transform: rotate(-40deg);}20%, 45%, 35% {transform: rotate(-10deg);}40%, 30% {transform: rotate(-30deg);}50%, 60% {transform: rotate(20deg);}55%, 65%, 75% {transform: rotate(40deg);}70% {transform: rotate(45deg);}85%, 90% {transform: rotate(50deg);}95% {transform: rotate(75deg);}100%, 93% {transform: rotate(70deg);}}@-webkit-keyframes animloader94 {0% {transform: translate(-10px, -10px);}25% {transform: translate(-10px, 10px);}50% {transform: translate(10px, 10px);}75% {transform: translate(10px, -10px);}100% {transform: translate(-10px, -10px);}}@keyframes animloader94 {0% {transform: translate(-10px, -10px);}25% {transform: translate(-10px, 10px);}50% {transform: translate(10px, 10px);}75% {transform: translate(10px, -10px);}100% {transform: translate(-10px, -10px);}}@-webkit-keyframes animloader98 {0% {background-position: 0px 80px;}100% {background-position: 0px 0px;}}@keyframes animloader98 {0% {background-position: 0px 80px;}100% {background-position: 0px 0px;}}@-webkit-keyframes animloader98s {0% {box-shadow: 4px -10px rgba(255, 255, 255, 0), 6px 0px rgba(255, 255, 255, 0), 8px -15px rgba(255, 255, 255, 0), 12px 0px rgba(255, 255, 255, 0);}20% {box-shadow: 4px -20px rgba(255, 255, 255, 0), 8px -10px rgba(255, 255, 255, 0), 10px -30px rgba(255, 255, 255, 0.5), 15px -5px rgba(255, 255, 255, 0);}40% {box-shadow: 2px -40px rgba(255, 255, 255, 0.5), 8px -30px rgba(255, 255, 255, 0.4), 8px -60px rgba(255, 255, 255, 0.5), 12px -15px rgba(255, 255, 255, 0.5);}60% {box-shadow: 4px -60px rgba(255, 255, 255, 0.5), 6px -50px rgba(255, 255, 255, 0.4), 10px -90px rgba(255, 255, 255, 0.5), 15px -25px rgba(255, 255, 255, 0.5);}80% {box-shadow: 2px -80px rgba(255, 255, 255, 0.5), 4px -70px rgba(255, 255, 255, 0.4), 8px -120px rgba(255, 255, 255, 0), 12px -35px rgba(255, 255, 255, 0.5);}100% {box-shadow: 4px -100px rgba(255, 255, 255, 0), 8px -90px rgba(255, 255, 255, 0), 10px -120px rgba(255, 255, 255, 0), 15px -45px rgba(255, 255, 255, 0);}}@keyframes animloader98s {0% {box-shadow: 4px -10px rgba(255, 255, 255, 0), 6px 0px rgba(255, 255, 255, 0), 8px -15px rgba(255, 255, 255, 0), 12px 0px rgba(255, 255, 255, 0);}20% {box-shadow: 4px -20px rgba(255, 255, 255, 0), 8px -10px rgba(255, 255, 255, 0), 10px -30px rgba(255, 255, 255, 0.5), 15px -5px rgba(255, 255, 255, 0);}40% {box-shadow: 2px -40px rgba(255, 255, 255, 0.5), 8px -30px rgba(255, 255, 255, 0.4), 8px -60px rgba(255, 255, 255, 0.5), 12px -15px rgba(255, 255, 255, 0.5);}60% {box-shadow: 4px -60px rgba(255, 255, 255, 0.5), 6px -50px rgba(255, 255, 255, 0.4), 10px -90px rgba(255, 255, 255, 0.5), 15px -25px rgba(255, 255, 255, 0.5);}80% {box-shadow: 2px -80px rgba(255, 255, 255, 0.5), 4px -70px rgba(255, 255, 255, 0.4), 8px -120px rgba(255, 255, 255, 0), 12px -35px rgba(255, 255, 255, 0.5);}100% {box-shadow: 4px -100px rgba(255, 255, 255, 0), 8px -90px rgba(255, 255, 255, 0), 10px -120px rgba(255, 255, 255, 0), 15px -45px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader99 {0% {box-shadow: 0px 0px inset;}100% {box-shadow: 0px -80px inset;}}@keyframes animloader99 {0% {box-shadow: 0px 0px inset;}100% {box-shadow: 0px -80px inset;}}@-webkit-keyframes animloader100 {0% {box-shadow: 25px 0 white, 50px 0 white, 75px 0 white, 100px 0 white, 125px 0 white, 150px 0 white, 25px 0 white, 50px 0 white, 75px 0 white, 100px 0 white, 125px 0 white, 150px 0 white;}50% {box-shadow: 25px 20px white, 50px 60px rgba(255, 255, 255, 0), 75px 30px rgba(255, 255, 255, 0), 100px 70px rgba(255, 255, 255, 0), 125px 40px white, 150px 60px rgba(255, 255, 255, 0), 25px 20px white, 50px 30px white, 75px 10px white, 100px 30px white, 125px 30px rgba(255, 255, 255, 0), 150px 30px rgba(255, 255, 255, 0);}100% {box-shadow: 25px 60px rgba(255, 255, 255, 0), 50px 60px rgba(255, 255, 255, 0), 75px 50px rgba(255, 255, 255, 0), 100px 70px rgba(255, 255, 255, 0), 125px 70px rgba(255, 255, 255, 0), 150px 60px rgba(255, 255, 255, 0), 25px 80px rgba(255, 255, 255, 0), 50px 80px rgba(255, 255, 255, 0), 75px 70px rgba(255, 255, 255, 0), 100px 60px rgba(255, 255, 255, 0), 125px 30px rgba(255, 255, 255, 0), 150px 30px rgba(255, 255, 255, 0);}}@keyframes animloader100 {0% {box-shadow: 25px 0 white, 50px 0 white, 75px 0 white, 100px 0 white, 125px 0 white, 150px 0 white, 25px 0 white, 50px 0 white, 75px 0 white, 100px 0 white, 125px 0 white, 150px 0 white;}50% {box-shadow: 25px 20px white, 50px 60px rgba(255, 255, 255, 0), 75px 30px rgba(255, 255, 255, 0), 100px 70px rgba(255, 255, 255, 0), 125px 40px white, 150px 60px rgba(255, 255, 255, 0), 25px 20px white, 50px 30px white, 75px 10px white, 100px 30px white, 125px 30px rgba(255, 255, 255, 0), 150px 30px rgba(255, 255, 255, 0);}100% {box-shadow: 25px 60px rgba(255, 255, 255, 0), 50px 60px rgba(255, 255, 255, 0), 75px 50px rgba(255, 255, 255, 0), 100px 70px rgba(255, 255, 255, 0), 125px 70px rgba(255, 255, 255, 0), 150px 60px rgba(255, 255, 255, 0), 25px 80px rgba(255, 255, 255, 0), 50px 80px rgba(255, 255, 255, 0), 75px 70px rgba(255, 255, 255, 0), 100px 60px rgba(255, 255, 255, 0), 125px 30px rgba(255, 255, 255, 0), 150px 30px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader105 {0% {height: 64px;}90%, 100% {height: 0px;}}@keyframes animloader105 {0% {height: 64px;}90%, 100% {height: 0px;}}@-webkit-keyframes animloader106back {0%, 30%, 70% {transform: translateY(0px);}20%, 40%, 100% {transform: translateY(-5px);}}@keyframes animloader106back {0%, 30%, 70% {transform: translateY(0px);}20%, 40%, 100% {transform: translateY(-5px);}}@-webkit-keyframes animloader106 {0% {box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);width: 34px;height: 34px;background-position: -44px -44px;background-size: 100px 100px;}100% {box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);width: 30px;height: 28px;background-position: -36px -36px;background-size: 80px 80px;}}@keyframes animloader106 {0% {box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);width: 34px;height: 34px;background-position: -44px -44px;background-size: 100px 100px;}100% {box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);width: 30px;height: 28px;background-position: -36px -36px;background-size: 80px 80px;}}@-webkit-keyframes animloader108 {0% {box-shadow: 0 0 0 -2px, 0 0 0 -2px, 0 0 0 -5px, 0 0 0 -5px;}20% {box-shadow: 40px -1px 0 -2px, 0 0 0 -2px, 40px -1px 0 -5px, 0 0 0 -5px;}40% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 40px -1px 0 -5px, -40px -1px 0 -5px;}60% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 23px -29px 0 -5px, -40px -1px 0 -5px;}80%, 95% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 23px -29px 0 -5px, -23px -29px 0 -5px;}100% {box-shadow: 40px -1px 0 -2px rgba(255, 255, 255, 0), -40px -1px 0 -2px rgba(255, 255, 255, 0), 23px -29px 0 -5px rgba(255, 255, 255, 0), -23px -29px 0 -5px rgba(255, 255, 255, 0);}}@keyframes animloader108 {0% {box-shadow: 0 0 0 -2px, 0 0 0 -2px, 0 0 0 -5px, 0 0 0 -5px;}20% {box-shadow: 40px -1px 0 -2px, 0 0 0 -2px, 40px -1px 0 -5px, 0 0 0 -5px;}40% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 40px -1px 0 -5px, -40px -1px 0 -5px;}60% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 23px -29px 0 -5px, -40px -1px 0 -5px;}80%, 95% {box-shadow: 40px -1px 0 -2px, -40px -1px 0 -2px, 23px -29px 0 -5px, -23px -29px 0 -5px;}100% {box-shadow: 40px -1px 0 -2px rgba(255, 255, 255, 0), -40px -1px 0 -2px rgba(255, 255, 255, 0), 23px -29px 0 -5px rgba(255, 255, 255, 0), -23px -29px 0 -5px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader108s {0% {box-shadow: 0 0 0 -2px, 0 0 0 -2px, 0 0 0 -5px, 0 0 0 -5px;}20% {box-shadow: 40px 2px 0 -2px, 0 0 0 -2px, 40px 2px 0 -5px, 0 0 0 -5px;}40% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 40px 2px 0 -5px, -40px 2px 0 -5px;}60% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 23px -23px 0 -5px, -40px 2px 0 -5px;}80%, 95% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 23px -23px 0 -5px, -23px -23px 0 -5px;}100% {box-shadow: 40px 2px 0 -2px rgba(255, 255, 255, 0), -40px 2px 0 -2px rgba(255, 255, 255, 0), 23px -23px 0 -5px rgba(255, 255, 255, 0), -23px -23px 0 -5px rgba(255, 255, 255, 0);}}@keyframes animloader108s {0% {box-shadow: 0 0 0 -2px, 0 0 0 -2px, 0 0 0 -5px, 0 0 0 -5px;}20% {box-shadow: 40px 2px 0 -2px, 0 0 0 -2px, 40px 2px 0 -5px, 0 0 0 -5px;}40% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 40px 2px 0 -5px, -40px 2px 0 -5px;}60% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 23px -23px 0 -5px, -40px 2px 0 -5px;}80%, 95% {box-shadow: 40px 2px 0 -2px, -40px 2px 0 -2px, 23px -23px 0 -5px, -23px -23px 0 -5px;}100% {box-shadow: 40px 2px 0 -2px rgba(255, 255, 255, 0), -40px 2px 0 -2px rgba(255, 255, 255, 0), 23px -23px 0 -5px rgba(255, 255, 255, 0), -23px -23px 0 -5px rgba(255, 255, 255, 0);}}@-webkit-keyframes animloader115 {0% {box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 10px 0 white, 20px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 10px 0 white, 20px 0 white;}}@keyframes animloader115 {0% {box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);}50% {box-shadow: 10px 0 white, 20px 0 rgba(255, 255, 255, 0);}100% {box-shadow: 10px 0 white, 20px 0 white;}}@-webkit-keyframes animloader116 {0% {top: 8px;transform: rotate(0deg) scale(1);}100% {top: 0px;transform: rotate(180deg) scale(1.5);}}@keyframes animloader116 {0% {top: 8px;transform: rotate(0deg) scale(1);}100% {top: 0px;transform: rotate(180deg) scale(1.5);}}@-webkit-keyframes animloader117 {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -28px inset;}}@keyframes animloader117 {0% {box-shadow: 0 0 inset;}100% {box-shadow: 0 -28px inset;}}@-webkit-keyframes animMarker {0% {transform: rotate(45deg) translate(5px, 5px);}100% {transform: rotate(45deg) translate(-5px, -5px);}}@keyframes animMarker {0% {transform: rotate(45deg) translate(5px, 5px);}100% {transform: rotate(45deg) translate(-5px, -5px);}}@-webkit-keyframes animShadow {0% {transform: scale(0.5);}100% {transform: scale(1);}}@keyframes animShadow {0% {transform: scale(0.5);}100% {transform: scale(1);}}@-webkit-keyframes bump {0% {transform: translate(-50%, 5px);}100% {transform: translate(-50%, -5px);}}@keyframes bump {0% {transform: translate(-50%, 5px);}100% {transform: translate(-50%, -5px);}}@-webkit-keyframes animPend {0% {transform: rotate(22deg);}50% {transform: rotate(0deg);}}@keyframes animPend {0% {transform: rotate(22deg);}50% {transform: rotate(0deg);}}@-webkit-keyframes animPend2 {0%, 55% {transform: rotate(0deg);}100% {transform: rotate(-22deg);}}@keyframes animPend2 {0%, 55% {transform: rotate(0deg);}100% {transform: rotate(-22deg);}}@-webkit-keyframes animloader85 {0%, 100% {transform: translateX(-150%);}50% {transform: translateX(150%);}}@keyframes animloader85 {0%, 100% {transform: translateX(-150%);}50% {transform: translateX(150%);}}@-webkit-keyframes barStripe {0% {background-position: 1em 0;}100% {background-position: 0 0;}}@keyframes barStripe {0% {background-position: 1em 0;}100% {background-position: 0 0;}}@-webkit-keyframes raceBoard {0% {background-position: 0 0, 16px 16px;}100% {background-position: 32px 0px, 48px 16px;}}@keyframes raceBoard {0% {background-position: 0 0, 16px 16px;}100% {background-position: 32px 0px, 48px 16px;}}@-webkit-keyframes fadePush {0% {transform: translate(-50%, -15px);opacity: 0;}50% {transform: translate(-50%, 0px);opacity: 1;}100% {transform: translate(-50%, 15px);opacity: 0;}}@keyframes fadePush {0% {transform: translate(-50%, -15px);opacity: 0;}50% {transform: translate(-50%, 0px);opacity: 1;}100% {transform: translate(-50%, 15px);opacity: 0;}}@-webkit-keyframes fadePull {0% {transform: translate(-50%, 15px);opacity: 0;}50% {transform: translate(-50%, 0px);opacity: 1;}100% {transform: translate(-50%, -15px);opacity: 0;}}@keyframes fadePull {0% {transform: translate(-50%, 15px);opacity: 0;}50% {transform: translate(-50%, 0px);opacity: 1;}100% {transform: translate(-50%, -15px);opacity: 0;}}@-webkit-keyframes hitZak {0% {left: 0;transform: translateX(-1%);}100% {left: 100%;transform: translateX(-99%);}}@keyframes hitZak {0% {left: 0;transform: translateX(-1%);}100% {left: 100%;transform: translateX(-99%);}}@-webkit-keyframes animFw {0% {width: 0;}100% {width: 100%;}}@keyframes animFw {0% {width: 0;}100% {width: 100%;}}@-webkit-keyframes coli1 {0% {transform: rotate(-45deg) translateX(0px);opacity: 0.7;}100% {transform: rotate(-45deg) translateX(-45px);opacity: 0;}}@keyframes coli1 {0% {transform: rotate(-45deg) translateX(0px);opacity: 0.7;}100% {transform: rotate(-45deg) translateX(-45px);opacity: 0;}}@-webkit-keyframes coli2 {0% {transform: rotate(45deg) translateX(0px);opacity: 1;}100% {transform: rotate(45deg) translateX(-45px);opacity: 0.7;}}@keyframes coli2 {0% {transform: rotate(45deg) translateX(0px);opacity: 1;}100% {transform: rotate(45deg) translateX(-45px);opacity: 0.7;}}@-webkit-keyframes animloader121 {0% {background-position: 0% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;}100% {background-position: 100% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;}}@keyframes animloader121 {0% {background-position: 0% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;}100% {background-position: 100% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;}}@-webkit-keyframes animloader123 {0% {background-position: 0% 0, 120px 0, 120px 40px, 120px 80px;}100% {background-position: 100% 0, 120px 0, 120px 40px, 120px 80px;}}@keyframes animloader123 {0% {background-position: 0% 0, 120px 0, 120px 40px, 120px 80px;}100% {background-position: 100% 0, 120px 0, 120px 40px, 120px 80px;}}@-webkit-keyframes animloader124 {0% {background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;}100% {background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;}}@keyframes animloader124 {0% {background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;}100% {background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;}}@-webkit-keyframes animloader126 {0% {background-position: 0 0, 0 0, 0px 85px, 0px 110px;}100% {background-position: 150% 0, 0 0, 0px 85px, 0px 110px;}}@keyframes animloader126 {0% {background-position: 0 0, 0 0, 0px 85px, 0px 110px;}100% {background-position: 150% 0, 0 0, 0px 85px, 0px 110px;}}@-webkit-keyframes floating {0% {transform: translateY(0);}100% {transform: translateY(-25px);}}@keyframes floating {0% {transform: translateY(0);}100% {transform: translateY(-25px);}}@-webkit-keyframes animloader110 {0% {height: 100%;}100% {height: 0%;}}@keyframes animloader110 {0% {height: 100%;}100% {height: 0%;}}@-webkit-keyframes animloader111 {0% {width: 0%;}100% {width: 100%;}}@keyframes animloader111 {0% {width: 0%;}100% {width: 100%;}}@-webkit-keyframes animloader113 {0% {transform: translate(0px, 0px) scaleX(1);}14% {transform: translate(-12px, -16px) scaleX(1.05);}28% {transform: translate(-27px, -28px) scaleX(1.07);}42% {transform: translate(-46px, -35px) scaleX(1.1);}57% {transform: translate(-70px, -37px) scaleX(1.1);}71% {transform: translate(-94px, -32px) scaleX(1.07);}85% {transform: translate(-111px, -22px) scaleX(1.05);}100% {transform: translate(-125px, -9px) scaleX(1);}}@keyframes animloader113 {0% {transform: translate(0px, 0px) scaleX(1);}14% {transform: translate(-12px, -16px) scaleX(1.05);}28% {transform: translate(-27px, -28px) scaleX(1.07);}42% {transform: translate(-46px, -35px) scaleX(1.1);}57% {transform: translate(-70px, -37px) scaleX(1.1);}71% {transform: translate(-94px, -32px) scaleX(1.07);}85% {transform: translate(-111px, -22px) scaleX(1.05);}100% {transform: translate(-125px, -9px) scaleX(1);}}@-webkit-keyframes animloader113L {0% {box-shadow: 0 -6px, -122.9px -8px;}25%, 75% {box-shadow: 0 0px, -122.9px -8px;}100% {box-shadow: 0 0px, -122.9px -16px;}}@keyframes animloader113L {0% {box-shadow: 0 -6px, -122.9px -8px;}25%, 75% {box-shadow: 0 0px, -122.9px -8px;}100% {box-shadow: 0 0px, -122.9px -16px;}}@-webkit-keyframes animloader114 {0% {transform: translateY(8px) scaleY(1) scaleX(1.25);}25%, 75% {transform: translateY(-5px) scaleY(1.2) scaleX(1);}50% {transform: translateY(-10px) scaleY(1) scaleX(1);}100% {transform: translateY(8px) scaleY(0.8) scaleX(0.8);}}@keyframes animloader114 {0% {transform: translateY(8px) scaleY(1) scaleX(1.25);}25%, 75% {transform: translateY(-5px) scaleY(1.2) scaleX(1);}50% {transform: translateY(-10px) scaleY(1) scaleX(1);}100% {transform: translateY(8px) scaleY(0.8) scaleX(0.8);}}@-webkit-keyframes animloader118 {0% {transform: scale(0.8);}100% {transform: scale(1.2);}}@keyframes animloader118 {0% {transform: scale(0.8);}100% {transform: scale(1.2);}}@-webkit-keyframes animloader119 {0% {filter: blur(0px);transform: skew(0deg);}100% {filter: blur(3px);transform: skew(-4deg);}}@keyframes animloader119 {0% {filter: blur(0px);transform: skew(0deg);}100% {filter: blur(3px);transform: skew(-4deg);}}
/* 公共部分 */
@font-face {font-family: 'msyh';src: url('../font/msyh.ttc') format('truetype');font-weight: normal;font-style: normal;}
*{font-family: 'msyh';font-size: 14px;}

/* 首页大标题 */
.porder_title{text-align: center;padding: 80px 0px 60px 0px;}.porder_title h6{color: #929292;font-size: 14px;}.porder_title h1{color: #ffffff;font-size: 30px;font-weight: 900;padding: 0px 0px 15px 0px;}
.news_title{text-align: left;padding: 80px 0px 0px 0px;}.news_title h6{color: #929292;font-size: 14px;}.news_title h1{color: #ffffff;font-size: 30px;font-weight: 900;padding: 0px 0px 15px 0px;}
/* 首页大标题 */

/* 搜索 */
#search_form {opacity: 1;position: absolute;top: 45px;left: -195px;z-index: 10;display: none;}
#search_form button {/* display: none; */width: 24.5%;height: 100%;border-radius: 3px;border: none;background-color: #FF0000;color: #FFFFFF;font-size: 16px;}
#search_form label {display: none;}
.wrapper {border-radius: 5px;width: 245px;border: 1px solid #FF0000;background-color: #FFFFFF;}
.wrapper form{display: flex;height: 50px;}
#search_form input {width: 75.5%;border: none;border-radius: 5px;font-size: 14px;line-height: 24px;color: #7B7B7B;padding-left: 10px;}

/*导航栏二级 */
.mkdisp_name{position: absolute;top: 70px;padding-top: 5px;height: 0px;overflow: hidden;margin:0 -10px;}
.nav .ul_li li:hover .mkdisp_name{height: auto;}
.MoKuai1 .mkdisp .mkdisp_name>a{display: inline-block;width: 150px;line-height: 28px;text-align: center;background-color: #FFFFFF;padding: 12px 0;}
.MoKuai1 .mkdisp .mkdisp_name>a:hover{background-color: #FF0000;color: #FFFFFF;}

/* 中英文 */
.cailishi_div{opacity: 1;position: absolute;top: 52px;left: 0px;z-index: 10;padding-top: 5px;display: none;}
.cailishi_div>a{display: inline-block;width: 78px;height: 33px;line-height: 33px;text-align: center;background-color: #FFFFFF;}
.cailishi_div>a:hover{background-color: #FF0000;color: #FFFFFF;}

/* 位置导航 */
.lox_about{width: 100%;height: 72px;line-height: 72px;background-color: #FFFFFF;margin-top: 10px;}
.lox_wax{width: 1200px;margin: 0px auto;text-align: left;word-wrap:break-word}
.lox_wax h5 {line-height: 72px;color: #a3a3a3;;}
.lox_wax h5 a {color: #a3a3a3;}
/* 位置导航 */

/* 分页带代码 */
.Prod2{padding: 38px 0px 35px 0px;text-align: center;}
.Prod2 .dlc_bic .pagination>.active span{margin:0px 5px;color: #FFFFFF;background-color: #ff0000;border-color: #ff0000;}
.Prod2 .dlc_bic .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {color: #777;cursor: not-allowed;background-color: rgb(0,0,0,0);border-color: #ddd;}
.Prod2 .dlc_bic .pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;color: #8f8f8f;text-decoration: none;background-color: rgb(0,0,0,0);border: 1px solid #ddd;margin:0px 5px;}
/* 分页带代码 */

/* 上下页 */
.paeg{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;margin-top: 20px;}
.shang,.xia,.shang h4,.xia h4,.paeg .shang a,.paeg .xia a{font-size: 14px;color: #a3a3a3;}
.shang,.xia{display: inline-block;width: 50%;padding-right: 10px;}
/* 上下页 */

/*-------------------------------------index+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* top */
.MoKuai1{position: absolute;top: 0px;left: 0px;z-index: 999;width: 100%;height: 200px;border-bottom: 1px solid #e6e6e6;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; }
.zhiren_top{height: 130px;background-color: #FFFFFF;display: flex;align-items: center;}
.zhiren_top>.title{width: 600px;height: 100%;margin-left: 60px;display: flex;align-items: center;}
.zhiren_top>.title h1{font-size: 32px;color: #ff0000;font-weight: 900;padding-bottom: 15px;}
.zhiren_top>.title p{font-size: 16px;color: #2a2a2a;}
.fuwu{width: 340px;height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.fuwu img{display: inline-block;padding-right: 19px;}
.fuwu p{font-size: 16px;color: #2a2a2a;padding-bottom: 10px;}
.fuwu h2{font-size: 34px;color: #ff0000;font-weight: 700;}
.mkdisp{height: 70px;background: url(../img/daohang.png) no-repeat center;background-size: 100% 100%;}
.logo{line-height: 70px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.logo img{vertical-align: middle;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.nav{width: 100%;height: 100%;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.nav .ul_li{display: inline-block;}
.shosup{width: 110px;padding: 0 45px;}
.nav .ul_li>div{display: inline-block;height: 100%;position: relative;}
.nav .cailishi>a{color: #FFFFFF;display: inline-block;width: 78px;height: 30px;border-radius: 50px;background-color: #FF0000;text-align: center;line-height: 30px;}
.nav .ul_li li{display: inline-block;text-align: center;position: relative;}
.nav .ul_li li>a{display: inline-block;vertical-align: middle;width: 130px;margin: 0 3.5px;text-align: center;line-height: 70px;color: #fff;font-size: 18px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}

.nav .ul_li .active>a,.nav .ul_li li:hover>a{color: #FFFFFF;}
.nav .ul_li .active>a,.nav .ul_li li:hover>a{background-color: #ff0000;}

.banner{margin-top: 200px;margin-bottom: -10px;}
.banner,.banner img,.banner .swiper-container{width: 100%;height: 100%;}
.banner .swiper-pagination-bullet {width: 40px;height: 2px;border-radius: none;background: #ffffff;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background-color: #FF0000;opacity: 1;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0px 10px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner  .swiper-pagination-custom,.banner  .swiper-pagination-fraction{bottom: 30px;}
.banner .swiper-button-next,.banner .swiper-button-prev {top: 49%;width: 50px;height: 50px;background-color: #c2c2c2;border-radius: 50%;opacity: 1;}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background-color: #c2c2c2;}
.index_porder .banner .swiper-button-next {right: 10px;opacity: 1;z-index: 99;}
.index_porder .banner .swiper-button-prev {left: 10px;opacity: 1;z-index: 99;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after {font-size: 16px;color: #fff;}
.banner .swiper-button-next:hover:after,.banner .swiper-button-prev:hover:after {font-size: 16px;color: #fff;}
/* top */

/* porder */
.index_porder{width: 100%;height: 739px;}

.por_name{padding-bottom: 59px;text-align: center;}
.index_porder .por_name>a{display: inline-block;margin: 0 1.6%;width: 140px;height: 45px;line-height: 45px;background-color: #FF0000;color: #FFFFFF;font-size: 16px;padding:0 3px;
border-radius: 5px;}
.index_porder .por_name>a>span{display:none;}
.index_porder .por_name>a:hover>span{display:inline-block;}
.index_porder>.wax>.por_name>a:nth-child(n+6){display: none;}
.index_porder>.wax>.por_name>a:last-child{display: inline-block;}
.por_name>a:hover{background-color: #FF0000;color: #FFFFFF;}
.kobaer{position: relative;}
.kobaer .kob_img{width: 100%;height:300px;display: flex;justify-content: center;align-items: center;position: relative;background:#fff;border-radius:4px;overflow: hidden;}
.kobaer .kob_img a>p{text-align: left;color: #FFFFFF;}
.kobaer .kob_img img{max-width: 100%;max-height: 100%;}
.kobaer .swiper-slide{padding: 5px;border-radius: 5px;}
.kob_content{-webkit-line-clamp: 7;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;height: 210px;}
.kobaer .swiper-slide .kob_img>a{display: none;}
.kobaer .swiper-slide .kob_img:hover>a{display: inline-block;}
.kobaer .swiper-slide .kob_img>a{font-size: 14px;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-color: rgba(255, 0, 4, 0.9);z-index: 20;padding: 40px 20px 10px 20px;line-height: 30px;color: #FFFFFF;border-radius: 4px;}
.index_porder .kobaer .swiper-slide>a>p{color: #a3a3a3;text-align: center;margin-top: 10px;}
.porder_com .kobaer .swiper-slide>a>p{color: #a3a3a3;text-align: center;margin-top: 10px;}
.porder_com .kobaer .swiper-slide>a>p:first-child{color:#2a2a2a;}
.porder_com .kobaer .swiper-slide:hover>a>p:first-child{color:#ff0000;}

.kobaer .swiper-button-next,.kobaer .swiper-button-prev {top: 41%;width: 50px;height: 50px;background-color: #ff0000;border-radius: 50%;opacity: 1;}
.kobaer .swiper-button-next.swiper-button-disabled,.kobaer .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}
.kobaer .swiper-button-next:hover,.kobaer .swiper-button-prev:hover{background-color: #FF0000;}
.index_porder .kobaer .swiper-button-next {right: -50px;opacity: 1;z-index: 99;}
.index_porder .kobaer .swiper-button-prev {left: -50px;opacity: 1;z-index: 99;}
.kobaer .swiper-button-next:after,.kobaer .swiper-button-prev:after {font-size: 16px;color: #fff;}
.kobaer .swiper-button-next:hover:after,.kobaer .swiper-button-prev:hover:after {font-size: 16px;color: #fff;}

	/* pordershow */
	.pordershow{width: 100%;background-color: #F5F5F5;padding: 80px 0;}
	.pordershow .wax{display: flex;}
	.pordershow>.wax>div:first-child{width: 22.58%;padding-right: 30px;}
	.pordershow>.wax>div:first-child>div:nth-child(1){width: 100%;background-color: #ff0000;height: 58px;line-height: 58px;font-size: 20px;color: #fff;margin-bottom: 5px;padding-left: 30px;}
	#por_erji{background-color: #FFFFFF;}
		/* 这里是二级栏目的 */
		.pordershow_name{height: 58px;line-height: 58px;width: 100%;font-size: 18px;color: #363636;padding-right: 15px;padding-left: 30px;border-bottom: 1px solid #f5f5f5;position: relative;}
		.pordershow_name span{display: none;height: 37px;width: 5px;background-color: #ff0000;position: absolute;top: calc(50% - 18.5px);left: 0px;}
		
		.pordershow_ul:hover .pordershow_name >span{display: inline-block;}
		#por_erji .pordershow_name a{color: #363636;word-wrap:break-word;}
		#por_erji .pordershow_name a:nth-child(2){white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:inline-block;width:80%;}
		.pordershow_ul .active{background-color: #FFFFFF;}
		.pordershow_ul .active a{color: #363636;}
		.pordershow_ul .active span{display: inline-block;}
		.pordershow_ul>.pordershow_name + .ul_li{display: none;}
		.pordershow_ul>.active + .ul_li{display: block;}
		/* 这里是三级栏目的 */
		.pordershow_ul li{height: 45px;width: 100%;background-color: #fff;line-height: 45px;color: #a3a3a3;font-size: 16px;border-bottom: 1px solid #f5f5f5;overflow:hidden}
		.pordershow_ul li .active{background-color: #FF0000;display: inline-block;width: 100%;height: 100%;}
		.pordershow_ul li .active{color: #FFFFFF;}
		.pordershow_ul li:hover{background-color: #FF0000;color: #FFFFFF;}
		.pordershow_ul li:hover a{color: #FFFFFF;}
		.pordershow_ul li a{color: #a3a3a3;padding-left: 60px;}
		/* 这是图片的 */
		.bayu{display: none;}
		.pordershow_ul .active .by{display: none;}
		.pordershow_ul .active .bayu{display: inline-block;}
	
	.pordershow>.wax>div:last-child{width: 77.42%;}
	.pordershow_div{display: flex;flex-wrap: wrap;}
	.pordershow_div>div{width: 23.5%;text-align: center;margin-right: 2%;margin-bottom: 40px;position:relative;z-index:3;}
	#suiying{position:absolute;top:2px;left:5px;z-index:5;}
	.pordershow_div>div:nth-child(4n+4){margin-right: 0px;}
	.pordershow_div>div .kob_img{width: 100%;height:220px;display: flex;justify-content: center;align-items: center;position: relative;overflow: hidden;border-radius: 5px;}
	.pordershow_div>div .kob_img img{max-width: 100%;max-height: 100%;position:relative;z-index:3;}
	.pordershow_div>div p:nth-child(1){color: #363636;}
	.pordershow_div>div p:nth-child(2){color: #a3a3a3;padding-top: 11px;font-size: 14px;}
	
	.eye{text-align:left;display: inline-block;width:100%;padding:0 11px;padding-bottom:20px;position:relative;}
	.pordershow_div>div:hover .eye{background:#ff0000;}
	.pordershow_div>div:hover .eye span{background:#fff;}
	.pordershow_div>div:hover .eye p{color:#fff;}
	.pordershow_div>div .eye span{display: inline-block;width:100%;background:#dedede;height:1px;}
	.pordershow_div>div:hover .kob_img img{transform:scale(1.1);}
	
	.eye .demo1 {background:none;width: 19px;height: 12px;overflow: hidden;margin: 0px auto;padding: 0px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;position:absolute;bottom:50px;right:10px;}
	.eye .demo1 .del{width: 19px;height: 12px;position: relative;}
	.pordershow_div>div:hover .del{left:-19px;border-right:0px solid transparent;-webkit-filter:drop-shadow(19px 0 0px #fff);filter:drop-shadow( 19px 0 0px #fff);}
	
	/* show */
	.pordershow_show{background-color: #FFFFFF;border-radius: 5px;}
	.ds4 {width: 70%;padding: 20px 20px 40px 20px;background-color: #FFFFFF;margin-right: 40px;border-radius: 5px;}
	.ds4 .xiangsho .posc h2 {color: #000000;font-size: 24px;padding-bottom: 18px;font-weight: 800;word-wrap:break-word}
	.bugandayi {border-top: 1px solid #f4f4f4;height: 170px;margin-bottom: 5px;padding-top:20px; word-wrap:break-word;}
	.bugandayi p {color: #a3a3a3;font-size: 16px;padding-bottom: 20px;display: inline-block;width: 100%;}
	.xiangsho .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
	.xiangsho .swiper-slide {background-size: cover;background-position: center;}
	.xiangsho .gallery-top {height: 100%;width: 100%;text-align: right;}
	.xiangsho .gallery-top .swiper-slide {border: 1px solid #f4f4f4;display: flex;justify-content: center;align-items: center;}
	.xiangsho .gallery-top .swiper-slide img{max-width: 100%;max-height: 100%;}
	.xiangsho .gallery-thumbs {height: 100%;width: 100%;box-sizing: border-box;padding: 10px 0px;}
	.xiangsho .gallery-thumbs .swiper-slide {height: 100%;border: 1px solid #efefef;overflow: auto;}
	.xiangsho .gallery-thumbs .swiper-slide img{width: 100%;}
	.xiangsho .gallery-thumbs .swiper-slide-thumb-active {border: 1px solid #DB1125;}
	.ds4_vdxq {width: 100%;padding: 10px;color: #a3a3a3;}
	.posc {position: relative;margin-top: 20px;}
	.posc .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {content: 'next';color: #fff;font-size: 24px;}
	.posc .swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {content: 'prev';color: #fff;font-size: 24px;}
	.posc .swiper-button-prev,.swiper-container-rtl .swiper-button-next {left: 0px;right: auto;}
	.posc .swiper-button-next,.swiper-container-rtl .swiper-button-prev {right: 0px;left: auto;}
	.posc .swiper-button-next,.posc  .swiper-button-prev {position: absolute;top: 20px;height: 142px;width: 40px;background-color: #FF0000;}
	.posc .swiper-button-next.swiper-button-disabled,.posc .swiper-button-prev.swiper-button-disabled {opacity: 1;}
	
	#oranger>a{display: inline-block;width: 140px;height: 45px;text-align: center;line-height: 45px;font-size: 16px;color: #363636;background-color: #F5F5F5;}
	#oranger .hover{background-color: #ff0000;color: #fff;}
	
	.tablea{border-top: 1px solid #f5f5f5;}
	.box{font-size: 16px;color: #363636;line-height: 35px;padding: 20px 0 60px 0;word-wrap:break-word}
	
	.xiangsho{display: flex;position: relative;}
	.xiangsho .posc{width: 48%;padding-left: 19px;}
	.posc_div{padding: 0 69px;position: relative;}
	.xiangsho .posc .gallery-thumbs{height: 142px;width: 100%;padding: 0 1px;}
	.xiangsho .posc .gallery-thumbs .swiper-slide{display: flex;justify-content: center;align-items: center;padding-top:10px;}
	.xiangsho .gallery-top{width: 52%;height: 480px;}
	/* pordershow */
	
	/* 列表页推荐 */
	.porder_com{background-color: #FFFFFF;padding-bottom: 80px;}
	.porder_com .news_title{padding-top: 80px;}
	.porder_com .news_title>h1{color: #363636;}
	.porder_com .news_title>h6{margin-bottom: 80px;}
	.porder_com .kob_img{border: 1px solid #F5F5F5;}
	.porder_com .swiper-slide:hover .kob_img{border: 2px solid #ff0000;}
	.porder_com .kobaer .swiper-button-next {right: -50px;opacity: 1;z-index: 99;}
	.porder_com .kobaer .swiper-button-prev {left: -50px;opacity: 1;z-index: 99;}
	
/* porder */

/* img */
.index_img{width: 100%;height: 725px;}
.index_img .kobaer .swiper-slide>a>p{text-align: left;padding:0 17px;color: #a3a3a3;margin-top: 10px;}
.index_img .por_name>a{display: inline-block;margin: 0 1.6%;width: 140px;height: 45px;line-height: 45px;background-color: #FF0000;color: #FFFFFF;font-size: 16px;padding:0 3px;
border-radius: 5px;}
.index_img .por_name>a>span{display:none;}
.index_img .por_name>a:hover>span{display:inline-block;}
.index_img .por_name>a:nth-child(n+6){display: none;}
.index_img .por_name>a:last-child{display: inline-block;}
.index_img .kobaer .swiper-button-next {right: -50px;opacity: 1;z-index: 99;}
.index_img .kobaer .swiper-button-prev {left: -50px;opacity: 1;z-index: 99;}
.index_img .por_name>a:hover{background-color: #FF0000;color: #FFFFFF;}
.index_img .kobaer .swiper-slide .kob_img>a{font-size: 18px;padding-top: 93px;}
.index_img .kobaer .swiper-slide .kob_img>a span{display: block;width: 30px;height: 1px;background-color: #FFFFFF;margin: 20px auto;}
.index_img .kobaer .kob_img{height:285px;background:none;}
	
	/* nei */
	#wdslw .pordershow_div>div{width: 31%;margin-right: 3.04%;text-align: left;}
	#wdslw .pordershow_div>div>a{display: inline-block;padding-left: 20px;width:100%;}
	#wdslw .pordershow_div>div>.kob_img{height: 285px;width: 100%;background: #fff;}
	#wdslw .pordershow_div>div:nth-child(3n+3){margin-right: 0%;}
	#wdslw .pordershow_div>div .kob_img>a{display: none;}
	#wdslw .pordershow_div>div .kob_img:hover>a{display: inline-block;padding-top: 93px;}
	#wdslw .pordershow_div>div .kob_img:hover>a h3{font-size: 18px;text-align: center;}
	#wdslw .pordershow_div>div .kob_img>a{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-color: rgba(255, 0, 4, 0.9);z-index: 20;padding: 10px 20px;line-height: 30px;color: #FFFFFF;border-radius: 5px;}
	#wdslw .pordershow_div>div .kob_img>a span{display: block;width: 30px;height: 1px;background-color: #FFFFFF;margin: 20px auto;}
	#wdslw .pordershow_div>div p{color: #a3a3a3;}
	
	
	/* 新闻 */
	.news_neiye{background-color: #F5F5F5;padding: 80px 0;}
	
	.newsneiye_name{display: flex;}
	.news_neiye .newsneiye_name>a{display: inline-block;width: 140px;font-size: 16px;text-align: center;line-height: 28px;color: #2a2a2a;padding: 8px 0;
	border:1px solid #F5F5F5;border-radius: 5px;margin-right: 40px;}
	.newsneiye_name>a:hover{background-color: #ff0000;color: #FFFFFF;}
	.news_neiye .newsneiye_name>.active{background-color: #ff0000;color: #FFFFFF;}
	
	.newsneiye_div{display: flex;width: 100%;overflow: hidden;}
	.newsneiye_div>div:first-child{width: 71.7%;margin-right: 3.3%;background-color: #FFFFFF;padding: 30px 20px 25px 30px;}
	
	.newsneiye_div>div:last-child{width: 26%;background-color: #FFFFFF;border-radius: 5px;height: 779px;}
	
	
	.naxv:hover{border-bottom: 1px solid #FF0000;}
	.naxv{border-bottom: 1px solid #F5F5F5;display: flex;margin-top: 20px;padding: 20px 0;}
	.naxv>div:first-child{width: 35%;height: 212px;overflow: hidden;}
	.naxv>div:first-child>img{width: 100%;}
	
	.naxv>div:last-child{width: 65%;padding-left: 40px;font-size: 16px;padding-top: 20px;}
	.naxv>div:last-child h3{font-size: 18px;}.naxv>div:last-child h3>a{color: #000000;font-size: 18px;}.naxv>div:last-child h3:hover>a{color: #FF0000;}
	.naxv>div:last-child span{display: inline-block;padding: 19px 0px 22px;color: #a3a3a3;font-size: 16px;}
	.naxv>div:last-child>a{color: #a3a3a3;margin: 22px 0 9px 0;display: inline-block;font-size: 16px;}.naxv>div:last-child>a:hover{color: #FF0000;}
	.naxv>div:last-child>p{font-size: 16px;color: #5d5d5d;line-height: 30px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
	
		/* show */
		.newsneiye_div>div:first-child>h1{font-size: 24px;color: #000000;padding-bottom: 20px;text-align: center;word-wrap:break-word;}
		.newsneiye_div>div:first-child>h5{font-size: 16px;color: #a3a3a3;padding-bottom: 20px;text-align: center;}
		.news_content{border-top: 1px solid #f5f5f5;padding-top: 30px;word-wrap:break-word}
		.news_content img{width: 100%;}
		.news_content p{color: #363636;line-height: 25px;}
	
	/* 新闻 */
/* img */

/* about */
.index_about{width: 100%;height: 757px;position: relative;}
.about_div{display: flex;padding-top: 78px;}
.about_div>div{width: 50%;position: relative;}
.about_div>div:first-child{height: 464px;}
.about_div>div:first-child img:first-child{position: absolute;top: 0px;left: 0px;max-width: 600px;max-height: 464px;z-index: 2;}
.about_div>div:first-child img:last-child{position: absolute;top: -25px;left: -20px;z-index: 1;}

.about_div>div:last-child{padding-left: 70px;padding-top: 40px;}
.about_div>div:last-child>h3{font-size: 20px;color: #FFFFFF;}
.about_div>div:last-child>p{color: #929292;padding-bottom: 20px;font-size: 12px;}
.about_div>div:last-child>h3:after{content: "";width: 30px;height: 1px;background-color: #FF0000;display: block;margin-top: 39px;margin-bottom: 59px;}
.about_div>div:last-child>h6{-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;color: #a3a3a3;line-height: 35px;}
.about_div>div:last-child>a{display: inline-block;width: 180px;height: 50px;text-align: center;line-height: 50px;color: #FFFFFF;background-color: #FF0000;border-radius: 5px;margin-top: 60px;}

	/* aboutshow */
	.aboutshow{background-color: #f5f5f5;padding: 80px 0;}
	
	.about_div2{display: flex;padding-bottom:75px;}
	.about_div2>div{width: 50%;position: relative;    height: 339px;}
	.about_div2>div:last-child>div{position: absolute;height: 339px;overflow: hidden;z-index: 2;border-radius: 5px;}
	.about_div2>div:last-child>div>img{max-width: 600px;max-height: 464px;}
	.about_div2>div:last-child>img{position: absolute;top: -25px;right: -20px;z-index: 1;}
	
	.about_div2>div:first-child{padding-right: 30px;}
	.about_div2>div:first-child>h3{font-size: 20px;color: #000000;padding-bottom: 20px;}
	.about_div2>div:first-child>p{color: #a3a3a3;font-size: 14px;padding-bottom: 60px;}
	.about_div2>div:first-child>h6{font-size: 16px;color: #363636;line-height: 35px;}
	
	.p_description{display: inline-block;width: 100%;padding-top: 40px;border-top: 1px solid #eaeaea;font-size: 16px;color: #363636;line-height: 35px;}
	.p_description2{display: inline-block;width: 100%;padding-bottom: 40px;font-size: 16px;color: #363636;line-height: 35px;}
	/* aboutshow */

/* about */

/* mewss */
.mewss{background-color: #F5F5F5;padding: 80px 0;}
.mewss .wax{background-color: #FFFFFF;border-radius: 5px;width: 1280px;padding: 60px 40px;}
.mewss .wax>h1{font-size: 30px;color: #000;font-weight: 900;padding-bottom: 17px;}
.mewss .wax>h1>span{color: #FF0000;font-size: 30px;}
.mewss .wax>p{padding-bottom: 40px;color: #a3a3a3;font-size: 14px;}

.form{}
.font_div .g-f-uldiv{padding-top: 0px;padding-bottom: 10px;}
.text_input{display: flex;justify-content: space-between;margin: 21px 0;}
.text_input>div{width: 31.75%;padding: 19px 0px 19px 44px;background-color: #f6f6f6;position: relative;}
.text_input>div img{position: absolute;top: 24px;left: 20px;}
.text_input>div input{color: #bababa;font-size: 16px;border-radius: 5px;border: none;background: none;width: 100%;height: 100%;}
.text_input>div:last-child{background:none;padding: 0 0 0 150px;}
.text_input>div:last-child img{margin-right: 10px;position: absolute;top: 0px;left: -10px;max-width: 145px;height: 59px;}
.text_input>div:last-child input{width: 100%;height: 59px;text-align: center;padding: 0;background-color: #f6f6f6;}
#textarea{position: relative;}
#textarea>img{position: absolute;top: 20px;left: 23px;}
.ct_textarea{width: 100%;height: 240px;border-radius: 5px;background-color: #f9f9f9;color: #a3a3a3;font-size: 16px;border: none;padding: 19px 19px 19px 48px;}
.cont_div_ditu{height: 200px;width: 335px;border-radius: 5px;}
.form .tijiao{margin: 0px auto 60px auto;width: 100%;height: 50px;text-align: center;line-height: 50px;background-color: #FF0000;border-radius: 5px;}
.form .tijiao input{background: none;border: none;width: 100%;height: 100%;color: #FFFFFF;font-size: 14px;}

.mewss_abc{width: 100%;display: flex;align-items: center;    justify-content: space-between;}
.mewss_abc li{padding:100px 30px 10px 30px;text-align: center;width: 289px;height: 235px;}
.mewss_abc li h5{font-size: 18px;color: #ffffff;padding-bottom: 30px;}
.mewss_abc li p{font-size: 16px;color: #ffffff;line-height: 30px;}
/* mewss */

/* news */
.index_news{width: 100%;height: 902px;}
.index_news>.wax{position: relative;}

	/* 右侧二级 */
	.index_news .news_title h6{padding-bottom: 80px;}
	.news_name{position: absolute;top: 88px;right: 1px;}
	.index_news .news_name>a{color: #fff;font-size: 16px;display: inline-block;height: 40px;line-height: 40px;text-align: center;margin-left: 40px;padding:0 10px;}
	.news_name>a:hover{background-color: #FF0000;color: #FFFFFF;border-radius: 5px;}
.news_div{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
.news_div>div{padding: 36px 30px 20px 30px;width: 47.4%;border: 1px solid #434343;border-radius: 2px;margin-bottom: 60px;font-size: 16px;}
.news_div>div:nth-child(n+3){margin-bottom:0;}
.news_div>div:hover{border: 1px solid #FF0000;}
.news_div>div h3{font-size: 18px;}.news_div>div h3>a{color: #FFFFFF;font-size: 18px;}
.news_div>div span{display: inline-block;padding: 15px 0px 18px;color: #717171;font-size: 16px;}
.news_div>div>a{color: #fff;margin: 18px 0 0 0;display: inline-block;font-size: 16px;width:100px;height:40px;background:#ff0000;border-radius:5px;text-align:center;line-height:40px;}
.news_div>div>p{color: #a3a3a3;line-height: 30px;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;}
.juxing_lef{position:absolute;top:-14px;z-index:10;left:-15px;}
.juxing_rig{position:absolute;bottom:-14px;z-index:10;right:-15px;}
/* news */

/* yingxiao */
.index_yingye{width: 100%;height: 1100px;}
.yingye_div{width: 1200px;height: 882px;position: relative;}
.yingye_div>section{position: absolute;bottom: 70px;right: 360px;z-index: 1;}
.yingye_div>img{position: absolute;bottom: 111px;right: 390px;z-index: 2;}
.jianxi>section{position: absolute;bottom: 207px;right: 281px;z-index: 1;}
.jianxi>img{position: absolute;bottom: 250px;right: 312px;z-index: 2;}
.loader-26 {width: 80px;height: 80px;display: inline-block;position: relative;}
.loader-26::after, .loader-26::before {content: "";width: 80px;height: 80px;border-radius: 50%;background: #bd0d0d;position: absolute;left: 0;top: 0;-webkit-animation: animloader14 2s linear infinite;animation: animloader14 2s linear infinite;}
.loader-26::after {-webkit-animation-delay: 1s;animation-delay: 1s;}

.index_yingye .porder_title h6>span{font-weight:800;color:red;}
/* yingxiao */

/* 解决方案 */
.jfa{background-color: #f5f5f5;padding-top: 80px;}
.jfa>.wax{background-color: #FFFFFF;border-radius: 5px;width: 1280px;padding: 40px 40px 0px 40px;    margin-bottom: 80px;}
.jfa_name{display: flex;}
.jfa .jfa_name>a{display: inline-block;width: 140px;font-size: 16px;text-align: center;line-height: 28px;color: #2a2a2a;padding: 8px 0;
border:1px solid #F5F5F5;border-radius: 5px;margin-right: 40px;}
.jfa_name>a:hover{background-color: #ff0000;color: #FFFFFF;}
.jfa .jfa_name>.active{background-color: #ff0000;color: #FFFFFF;}

.jfa_div{width: 100%;padding: 17px 0;margin-top: 40px;overflow: hidden;display: flex;border-bottom: 1px solid #F5F5F5;}
.jfa_div:hover{border-bottom: 1px solid #FF0000;}
.jfa_div>div:first-child{width: 27%;height: 212px;overflow: hidden;}
.jfa_div>div:first-child>img{width: 100%;}

.jfa_div>div:last-child{width: 73%;padding-left: 60px;font-size: 16px;padding-top: 20px;}
.jfa_div>div:last-child h3{font-size: 18px;}.jfa_div>div:last-child h3>a{color: #000000;font-size: 18px;}.jfa_div>div:last-child h3:hover>a{color: #FF0000;}
.jfa_div>div:last-child span{display: inline-block;padding: 19px 0px 22px;color: #a3a3a3;font-size: 16px;}
.jfa_div>div:last-child>a{color: #a3a3a3;margin: 22px 0 9px 0;display: inline-block;font-size: 16px;}.jfa_div>div:last-child>a:hover{color: #FF0000;}
.jfa_div>div:last-child>p{font-size: 16px;color: #5d5d5d;line-height: 30px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;word-wrap:break-word}

	/* show */
	.jfashow{padding: 80px 0;background-color: #F5F5F5;}
	.jfashow>.wax:last-child{width: 1280px;padding: 40px;background-color: #FFFFFF;border-radius: 5px;word-wrap:break-word}
	.jfashow>.wax:last-child>h1{font-size: 24px;color: #000000;padding-bottom: 20px;text-align: center;}
	.jfashow>.wax:last-child>h5{font-size: 16px;color: #a3a3a3;padding-bottom: 20px;text-align: center;}
	.jfashow_content{border-top: 1px solid #f5f5f5;padding-top: 30px;}
	.jfashow_content p{color: #363636;line-height: 25px;}
/* 解决方案 */

/* 内页左侧模板 */
.us6_ws {background-color: #FFFFFF;padding: 0px 10px 20px 10px;}
.us6 .us6_ws .swiper-container{width: 280px;}
.us6_dv {padding-top: 25px;padding-bottom: 10px;border-bottom: 1px solid #EFEFEF;font-size: 18px;color: #363636;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 11px;}
.us6 .us6_dv span{font-size: 18px;}
.us6_ws .us6_pv a{text-decoration: none;}
.us6_ws .us6_pv li:hover h6{color:#FF0000}
.us6_pv h6 {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;color: #363636;padding-top: 10px;}
.us6_pv p {font-size: 14px;color: #a3a3a3;padding-bottom: 12px;padding-top: 10px;}
.us6 .swiper-slide h3 {font-size: 16px;font-weight: 800;color: #000000;text-align: center;padding-bottom: 9px;margin: 0px;word-wrap:break-word;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.us6 .swiper-slide:hover h3{color:#ff0000;}
.us6 .swiper-slide a {text-decoration: none;}
.us6 .swiper-slide img {width: 100%;margin: 20px 0px;border: 1px solid #efefef;}
.us6 .swiper-button-next,.us6 .swiper-button-prev {top: 43%;width: 44px;height: 44px;background-color: #ff0000;}
.newsneiye_div .us6 .swiper-button-next {right: 0px;opacity: 1;z-index: 99;}
.newsneiye_div .us6 .swiper-button-prev {left: 0px;opacity: 1;z-index: 99;}
.us6 .swiper-button-next:hover {background-color: #FF0000;}
.us6 .swiper-button-prev:hover {background-color: #FF0000;}
.us6 .swiper-button-next:after,.us6 .swiper-button-prev:after {font-size: 16px;color: #FFFFFF;}
.us6 .swiper-button-next:hover:after,.us6 .swiper-button-prev:hover:after {font-size: 16px;color: #ffffff;}
.us6 .swiper-button-next.swiper-button-disabled,.us6 .swiper-button-prev.swiper-button-disabled {opacity: 1;cursor: auto;pointer-events: none;}

.ds6 {width: 76.75%;padding: 20px 20px 0px 20px;background-color: #FFFFFF;margin-right: 20px;}
.ds6>h2 {color: #2a2a2a;font-size: 24px;text-align: center;margin-bottom:20px;}
.ds6>p {color: #8c8c8c;font-size: 14px;}
.ds6_di {border-top: 1px solid #efefef;padding: 19px 0px;text-align:center;}
.ds6_di img {width: 100%;}

/* 内页左侧模板 */

/* foot */
.foot{background-color: #0d0d0d;}
.foot>.wax{display: flex;padding-bottom: 50px;}
.foot>.wax div:nth-child(1){padding:47px 56px 0 0;color: #FFFFFF;}
.foot>.wax div:nth-child(1) img{max-width: 213px;max-height: 96px;margin-bottom: 40px;}
.foot>.wax div:nth-child(1)>h3{font-size: 18px;padding-bottom: 10px;}
.foot>.wax div:nth-child(1)>p{color: #363636;margin-bottom: 40px;}
.foot_content>p{font-size: 16px;color: #6d6d6d;line-height: 30px;}

.foot>.wax div:nth-child(2){background-color: #262626;padding: 20px 20px 0 20px;text-align: center;height: 201px;margin-top: 80px;margin-right: 58px;}
.foot>.wax div:nth-child(2) p{padding: 20px 0;color: #FFFFFF;}

.foot>.wax div:nth-child(3){display: flex;justify-content: space-between;color: #FFFFFF;margin-top: 80px;width: 510px;}
.foot>.wax div:nth-child(3)>ul{width:25%;padding-left:10px;color:#ffffff;}
.foot_name{font-size: 18px;}
.foot_name>li:first-child{margin-top: 40px;}
.foot_name>li{padding-bottom: 13px;font-size: 16px;}
.foot_name>li:nth-child(n+7){display: none;}
.foot_name>li>a{color: #6d6d6d;}

.FootNX{width: 100%;padding: 20px 0px;color: #fff;background-color: #161616;}
.foot .FootNX a{color: #fff;}
.mess_index .g-f-uldiv{font-size: 14px;color:#6d6d6d;padding-top: 50px;padding-bottom: 50px;}
/* foot */

/*-------------------------------------nieye+++++++++++++++++++++++++++++++++++++++++++++++++++++ */